projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b815445
)
Add a note to NEWS as to how to restore the facemenu
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 19 Mar 2021 07:44:19 +0000
(08:44 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 19 Mar 2021 07:44:19 +0000
(08:44 +0100)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 7b7678280b01aa1949fabdf230e96192a5936861..6dda3423c17f954e671fbe928c4053073606de1f 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-2260,6
+2260,10
@@
first).
* Incompatible Editing Changes in Emacs 28.1
** The 'M-o' ('facemenu-keymap') global binding has been removed.
+To restore the old binding, say something like:
+
+ (require 'facemenu)
+ (define-key global-map "\M-o" 'facemenu-keymap)
** The 'M-o M-s' and 'M-o M-S' global bindings have been removed.
Use 'M-x center-line' and 'M-x center-paragraph' instead.